Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / RSpec.tmbundle / Commands / Run Specifications - Normal.tmCommand
blob76fbe6b72fe493ad91eb161c635ea5fff77b9d20
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>beforeRunningCommand</key>
6 <string>saveActiveFile</string>
7 <key>command</key>
8 <string>#!/usr/bin/env ruby
10 require ENV['TM_BUNDLE_SUPPORT'] + "/lib/spec/mate"
11 Spec::Mate::Runner.new.run_file STDOUT</string>
12 <key>fallbackInput</key>
13 <string>document</string>
14 <key>input</key>
15 <string>document</string>
16 <key>keyEquivalent</key>
17 <string>@r</string>
18 <key>name</key>
19 <string>Run Examples</string>
20 <key>output</key>
21 <string>showAsHTML</string>
22 <key>scope</key>
23 <string>source.ruby.rspec</string>
24 <key>uuid</key>
25 <string>B5906021-8E54-4863-A13B-EA46333DB5F1</string>
26 </dict>
27 </plist>